Skip to main content

User connection

The login form is accessible here:

  • https://{pathToSpider}/login

ExternalAuth.png

Depending on the options set, you may connect with:

  • A local account managed by Spider
  • Your LDAP login
  • An external account from an OpenId Connect provider such as:
    • Google
    • Github
    • Gitlab
    • Microsoft AD
    • A Keycloak instance
    • ...

Once logged in, a token is saved in your browser memory that is used in all requests with the server.

There is no session managed on the server side.
No cookie either.

When logged in with OIDC, Spider will check at every page refresh (after the 1st minute) that your connection is still active.